This tutorial covers various bits and pieces that aren't
covered by the other tutorials.

________
Plugin configurations may be loaded and saved using the
Load and Save entries in the File Menu:
<img=docs/images/misc1.png>
Plugin configurations should be saved with a .npb extension
in order for them to show up in the Load dialog.
Unfortunately this is not done automatically...  The
configuration files contain the plugins' parameters, as
well as any mappings that have been set up for them.  The
files are simple xml files, and should be easy to read and
alter if you need to.

________
The Joystick Options dialog contains two controls:
<img=docs/images/misc2.png>
'Smooth Joystick Motion' applies a filter to any joystick
motion events, resulting in less stepping, and a smoother
response.
The 'Envelope Decrement' control lets you set how fast the
audio envelope for the envelope detector decays.  The
smaller the number here, the longer it takes to decay.

________
The 'Record' button records the output of the program to
a stereo, 16-bit .wav file.
<img=docs/images/misc3.png>
Clicking it opens a file dialog allowing you to select a
file, after which recording starts.  The text of the
button will change to indicate recording is proceeding.
Click the button again to stop recording.

________
If you look in the docs subfolder that came with the
program, you'll notice that the help file you're currently
reading is just a .txt file.  The program automatically
scans this directory and constructs the Help menu out of
it's contents (well, any files with a .txt extension).
When the corresponding entry in the Help menu is selected,
the contents of the file are displayed in a window like
this one.  Images are displayed by putting in 'img=...'
tags (with ' replaced by a left and right arrow(?)
respectively, and ... being the filename and path to the
image).  This is the only tag that is parsed - everything
else is displayed as it appears in the file.
